of

open fun of(x509Cert: X509Certificate): Certificate

Returns the Certificate instance for the given X.509 certificate.


open fun of(x509Cert: X509Certificate, intermediateX509Certs: List<X509Certificate>): Certificate

Returns the Certificate instance for the given X.509 certificate and the list of intermediate X.509 certificates associated with this the certificate that may be needed for chain building.

Since

7.24.5